home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / nullfile / nullfile.man < prev   
Encoding:
Text File  |  1989-02-04  |  853 b   |  28 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/lib/forms/RCS/proto.man,v 1.5 89/01/27 08:36:02 ouster Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS <NULLFILE> cmds
  13. .BS
  14. .SH NAME
  15. nullfile \- Create a file full of null characters.
  16. .SH SYNOPSIS
  17. .nf
  18. \fBnullfile\fR \fIfile count \fR
  19.  
  20. .BE
  21.  
  22. .SH DESCRIPTION
  23. .PP
  24. This command fills the file \fIfile\fR with \fIcount\fR null characters ('\\0').
  25. If the file does not exist it is created.
  26. .SH KEYWORDS
  27. file
  28.